Esx Hcl Hosts CompatibilityReport DeviceConstraint
Esx Hcl Hosts CompatibilityReport DeviceConstraint
This Esx Hcl Hosts CompatibilityReport DeviceConstraint schema contains properties that describe pair of driver and firmware that are supported for a given PCI device and ESXi release.
JSON Example
{
"driver": {
"name": "string",
"version": "string",
"vendor": "string"
},
"firmware": {
"version": "string",
"vendor": "string"
},
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
driver
Required
The driver information about the constraint.
firmware
Optional
The firmware information about the constraint.
If missing or null
there is no firmware restriction on the driver to work with that release.
array of
Vapi Std LocalizableMessage
notes
Required
Any information that should be taken into account when reviewing the device constraint.